home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / mac / General Interest / KeyQuencer 1.2.1 / Developer’s toolkit / About this toolkit next >
Text File  |  1994-11-23  |  2KB  |  19 lines

  1. KeyQuencer developer's toolkit
  2. Version 1.2.1 - November 1994
  3. ⌐1994 Alessandro Levi Montalcini
  4.  
  5. This toolkit includes everything you need to build your own KeyQuencer extensions.
  6. Note: the interface had slightly changed in version 1.2, see the "Read me 1.2.1" file.
  7.  
  8. - The "Extension.h" file provides all the knowledge and interface specifications you need to build a working extension with any C compiler. This is the only file you need if you are an expert programmer and want to write all of the code yourself.
  9.  
  10. - The "Extension.c" and "Action.h" files contain a simple extension frame that can be used without changes for any extension. The "A4Globals.h" header deals with compiler-specific ways to access global variables (the 68K Think C and Code Warrior environments are currently supported).
  11.  
  12. - "Action.c" and "Sample.rsrc" are the only files to change if you want to build on the standard extension frame. Just insert your code in the init() and run() routines (read the "Action.h" file for more information about them), edit the 'MPRM' resource with the ResEdit template and change the code resource name to match your extension's name. You should also remove the 'cicn', 'ICN#' and 'TEXT' resources from the "Sample.rsrc" file if you're not using them.
  13.  
  14. - The "Sample-TC.╣" file is a Think C 7.0.4 project. If you have an older version of the compiler and can't read the project, create a new one and add "Action.c", "Extension.c", "Sample.rsrc" and "MacTraps". Set the project type to "Code resource", file type 'KQex', creator 'KQue', name "Sample" (or your own extension's name), resource type 'KQex', ID 128 (or any other), attributes none (00).
  15.  
  16. - The "Sample-CW.╣" file is a Code Warrior MW C/C++ 68K 1.1.1.2 project. You may build a new one if needed by adding the same files described above and setting the project preferences accordingly.
  17.  
  18. - Don't forget to send me your extensions!
  19.